From 2c0293531431a79959b233ce1a4c7963321273ef Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 08:08:11 +0000 Subject: [PATCH] [LINUX]: #undef signal. --- lib-src/timer.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib-src/timer.c b/lib-src/timer.c index 7a4ee3c571b..ef46b29f126 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c @@ -23,6 +23,12 @@ #define SIGIO SIGUSR1 #endif +#ifdef LINUX +/* Perhaps this is correct unconditionally. */ +#undef signal +#endif + + extern int errno; extern char *sys_errlist[], *malloc (); extern time_t time (); -- 2.30.2